home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
comm
/
bbs
/
Cit_exec_8B13.lha
/
example.sys
< prev
next >
Wrap
Text File
|
1996-10-14
|
10KB
|
248 lines
|
| These are the basics, set these up to describe your system
|
#nodeTitle "The Amiga Zone"
#nodeName "The Amiga Zone"
#nodeId "US (609) 953 8159"
|
| These two define the name of the intial room and floor users enter
| when they login.
|
#baseRoom "Front Door"
#MainFloor "The Convention"
|
| Basic System parameters. I recommend that you keep CRYPTSEED at zero
| although any value can be used. It makes debug easier for me if I grab
| your files.
| The message slots and size of the message base is a little cryptic. If
| you have 100 slots, then Citadel will remember the last 100 messages in
| each room. Mail has a separate value, but it is the same idea. With
| 100 rooms, you have 10,000 active messages possible in the system. With
| messages sizing from 500 bytes to 7500 bytes, you could have a message
| base of 5,000,000 to 75,000,000! Typically the average message is alot
| closer to the 500 bytes size. The 600K size here gives me a file that is
| 1217 blocks in size(614400 bytes). This would actually fit on a floppy
| if you wanted(although it would pretty much fill the floppy).
| You can make these pretty much any value you want, the larger the value
| the more the disk space needed. A reasonable approximation for messagek
| is:
|
| ( MSG-SLOTS + MAIL-SLOTS ) * 2.75K
| ( 120 + 99 ) * 3K = 602.25
| You can use more.....
| For the larger sized system, use 7.5K and get 1604K...
| The practical limit is 4095K. Realize that when CONFG
| runs, it will scan the whole file and this will take longer
| with a larger file...
#CRYPTSEED 0
#MESSAGEK 4000
#MSG-SLOTS 120
#MAIL-SLOTS 99
#MAXROOMS 98
|
| These parameters define the User log size and User defaults.
| defaults: Terminal width is 79, Open logins, Users can create
| rooms, have access to mail, files, and doors. You must login
| to enter or read a message. Timeout for inactivity is 300 seconds.
#LOGSIZE 399 -- number of users the system can have
#UNLOGGED-WIDTH 79 -- width of a new/un-logged in user's screen
#AIDESEEALL 0 -- Can Aides see everything? (0== no)
#LOGINOK 1 -- ok for a user to create their account(1==YES)
#ENTEROK 0 -- Un-logged user post messages (0==no)
#READOK 0 -- Un-logged user read messages (0==no)
#ROOMOK 1 -- Can Users create rooms? (1==yes)
#ALLMAIL 1 -- Can Users use private mail (1==yes)
#DoorPrivs 1 -- Can Users play/use doors? (1==yes)
#CONSOLE-TIMEOUT 300 -- Inactivity timer(300 seconds)
#FILE-PRIV-DEFAULT 1 -- Can users download files? (1==yes)
#ANON-MAIL-LENGTH 600 -- Max Size of un-logged user's messages
#ANONYMOUS-SESSIONS -- log unsuccessful attempts
#LOGIN-ATTEMPTS 4 -- number of times a user can try to login
#NewNetPrivs 1 -- users get net priveledges by default(1==yes)
--
-- define these only if you wish to
-- support QWK downloading of messages
--
#QWKWORKAREA "CIT:QWK/WORK" -- Work directory for temporary files
#QWKFILEAREA "CIT:QWK/FILES" -- where all the temporary files go
#QWKMAXROOM 200 -- rooms at one time
#QWKMAXPACKET 10000 -- messages at one time
#QWKNAME "AMIGAZNE" -- name of the quick packet
#QWKLOCATION "MEDFORD, NJ" -- location of the BBS
|
| Define the file for sysop mail archiving, how many shared rooms
| no mirrored message file, and a network area of 1000K.
| The sysPassword is a filename, the file contains the sysop remote
| password. With this password you can call your bbs and do sysop
| functions remotely.
|
#SYSOP-ARCHIVE "cit:sysop_mail"
#sysPassword "bbs:pw"
#sysopName "Tony Preston"
#MIRRORMSG 0
#SHARED-ROOMS 90 -- Number of rooms we can share
#NET_AREA_SIZE 1000 -- size of area for net-sent files
#MAX_NET_FILE 1000 -- maximum size(in K) of any one file.
|
| Define the different directories for Citadel to use. This allows
| you to spread the files out. You can use the same directory for
| more than one of these.
|
#HELPAREA "bbs:helps"
#LOGAREA "bbs:General"
#ROOMAREA "bbs:room"
#MSGAREA "bbs:General"
#FLOORAREA "bbs:General"
#AUDITAREA "bbs:audit"
#HOLDAREA "bbs:hold"
#EDIT-AREA "bbs:edit/"
#NETAREA "bbs:net"
#NET_RECEPT_AREA "bbs:recieving"
#DOMAINAREA "bbs:domains"
#BIOAREA "BBS:bio"
|
| Miscelaneous parameters
|
#SCAN-NET-MESSAGES -- the file badwords.sys in the room area
-- is used to scan all message.
#EDITOR "TTX WAIT" -- Sysop console message editor
#CLOCK always -- default anyways
|
| Define the serial port interface, baud rate
|
#SYSBAUD 7 -- maximum baud rate
#LOCK-PORT 7 -- lock at 38.4K baud
#SERIAL_7WIRE -- enable CTS/RTS hardware handshaking
|
| Citadel defaults to serial.device, unit 0
|
-#DIRECTTOCHIP -- Serial Port:Look at hardware directly
#SERIALDEVICE "gvpser.device"
#UNITNUMBER 0
#CLEAN-CALLLOG -- Uncomment if you don't want net session
-- in the calllog.sys file(audit trail of users).
|
| These parameters define the networking characteristics
|
#NETWORK 1 -- Are we networking? (1==yes)
#RouteMail 1 -- Will we route mail to other systems(1==yes)
#ServeDomain "NJ"
#DomainDisplay " [%s] "
#nodeDomain "NJ"
#MailHub "Mars Hill"
|
| defines the modem strings
|
-#modemSetup "ATZ1\rATN1S0=1S37=0S36=7\r"
#modemSetup "AT&F1S0=3Q0&D2E0L1\r"
#REINIT "ATS0=3Q0&D2E0L1\r"
#callOutPrefix "ATDT"
#callOutSuffix "\r"
#DialOut1200 "ATDT"
#DialOut2400 "ATDT"
#DialOut4800 "ATDT"
#DialOut9600 "ATDT"
#DialOut14400 "ATDT"
#DialOut19200 "ATDT"
|
| System screen/window size plus colors
|
#SCREENWIDTH 668
#SCREENHEIGHT 240
#SCREENCOLOR0 1914 -- 0-4095. See next line.
#SCREENCOLOR1 4095 -- 0-4095. 0 is black 25 is blue, 4095 is white.
|
| Doors (See manuals for more information)
|
#door BJ xbj doors:xbj anyone modem unlimited
Play Al's BlackJack Casino!
-u "%d" <dev:tty0 >dev:tty0
-#door chat chat doors: anyone modem unlimited
-Chat with the BBS Program itself!
- <dev:tty0 >dev:tty0
#door Horo horo doors: anyone modem unlimited
Have your horoscope acurately read!
<dev:tty0 >dev:tty0
-#door HS2 HSclient doors:H&S2 anyone modem unlimited
-Hack&Slash Version 2.0(Registered) AD&D type game
-"%d" >dev:tty0 <dev:tty0
#door Users clray bbs:audit anyone modem unlimited
current user list
<dev:tty0 >dev:tty0
#door Psyc psychic doors: anyone modem unlimited
Citadel Psychic gives you a prediction!
<dev:tty0 >dev:tty0
#door Space space doors: anyone modem unlimited
Space Empire!
"%d" doors:spac <dev:tty0 >dev:tty0
#door Nw1 nw doors: anyone modem unlimited
Nuclear Warfare - Game One...
"%d" doors:nuke/ <dev:tty0 >dev:tty0
#door Nw2 nw doors: anyone modem unlimited
Nuclear Warfare - Game two...
"%d" doors:nuke_em/ <dev:tty0 >dev:tty0
#door Bull bull bbs:bulletins anyone modem unlimited
Bulletins for Users.
<dev:tty0 >dev:tty0 bbs:bulletins
#door ftp ftp in: anyone modem unlimited CD-ROM
File transfer Program.
<dev:tty0 >dev:tty0 "%d" cd0: in:
-#event All 0:00 autodoor quiet 1440 "Bulletins" "Citadel" Bxll
-#event <days> <time> <class> <type> <duration> <warning string> <depends>
-
- An Example:
-#event all 0:00 anytime-net quiet 1440 "warning string" 10 10 1
- every day, all day(24 hrs = 1440 minutes), be in anytime mode and
- wait for a dead time of 10 minutes, then go into networking mode for
- 10 minutes on member net 1.
-
-#event <days> <time> <class> <type> <duration> <warning string> <depends>
-#event <days> <time> <class> <type>